CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 生产者消费者问题 c

搜索资源列表

  1. 用c#实现生产者消费者问题.rar

    1下载:
  2. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:2875
    • 提供者:
  1. p-c

    0下载:
  2. 计算机操作系统的生产者与消费者问题 一组生产者向一组消费者提供消息,它们共享一个有界缓冲池,生产者向其中投放消息,消费者从中取得消息。生产者要不断将数据放入共享的缓冲,消费者要不断从缓冲取出数据。消费者必须等生产者取走数据后才能再放新数据(不覆盖数据),消费者必须等生产者放入新数据后才能去取(不重复)。-computer operating system, the producer and a consumer group to a group of producers to provide
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1663
    • 提供者:紫水晶
  1. p&c

    0下载:
  2. 经典的生产者、消费者问题。-classic producer, consumer issues.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2076
    • 提供者:张帆
  1. 4

    0下载:
  2. 这段C语言代码是我在大学期间学习操作系统时,编写的一个简单的,对“生产者消费者”问题进行模拟程序。用字符屏幕输出结果,其中do:表示生产者正在进行生产;??:表示消费者请求消费;*****:表示已经完成的产品;CurrentTime:通过一个时间来标志那些动作是同时发生的
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2277
    • 提供者:
  1. shengchangzhexiaofeizhe

    0下载:
  2. 操作系统,生产者消费者问题,用C语言实现。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:968
    • 提供者:李一
  1. ss

    0下载:
  2. 根据生产者—消费者问题的相关原理,用C编程创建两组线程,分别模拟生产者和消费者,为了确保两组线程之间的同步和互斥,必须设置相关的信号量让两组线程有序的运行。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4888
    • 提供者:张侃
  1. PROCUS

    0下载:
  2. 操作系统课程实验模拟生产者消费者问题的C语言程序.(Turbo C 详见ReadMe)-Experimental simulation of the operating system producers and consumers of C language program. (See ReadMe Turbo C)
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3644
    • 提供者:李权胜
  1. 解决生产者-消费者问题

    0下载:
  2. public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:1105
    • 提供者:阿乌鸟
  1. producter-and-consumer

    0下载:
  2. linux多线程编程,生产者消费者问题的c语言实现,模拟多线程编程资源抢占问题。-Linux multi-threaded programming, the producer-consumer problem, c language, analog multi-threaded programming resources to seize the problem.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1119868
    • 提供者:wangfeng
  1. pv

    0下载:
  2. 在linux环境下c语言实现生产者消费者问题。多个生产者消费者互斥访问缓冲区-In linux environment c language producers consumer issues. Mutex consumers to visit a number of producers in the buffer zone
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1575
    • 提供者:
  1. OS

    0下载:
  2. 题目一:实现生产者消费者问题;题目二:实现银行家算法。此程序的设计在Windows XP操作系统下,基于Microsoft Visual C++6.0环境下的一个关于实现生产者与消费者问题和银行家算法的程序。用C语言实现编程。-Title 1: Achieving the producer consumer problem Title 2: achieving banker' s algorithm. The design of this program under the Window
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:120763
    • 提供者:蒋思
  1. process

    0下载:
  2. Windows编程操作系统生产者消费者问题源代码C++实现-ProcessControlusersandcustomer
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:69222
    • 提供者:wujia
  1. thread

    0下载:
  2. 用c语言实现生产者消费者问题,可以任意确定个数-Producers, consumers with c language problem, you can arbitrarily determine the number of
  3. 所属分类:Network Security

    • 发布日期:2017-05-08
    • 文件大小:1845527
    • 提供者:李牧哲
  1. BarberAndCustomer

    1下载:
  2. 1)用C语言或C++语言编程实现P、V原语并用P、V原语描述如下生产者-消费者问题: 有一个理发师,一把理发椅和n把提供给等候理发的顾客座的椅子。如果没有顾客,则理发师便在理发椅子上睡觉;当第一个顾客到来时,必须唤醒该理发师进行理发;如果理发师正在理发时又有顾客到来,则如果有空椅子可坐,他就坐下来等待,如果没有空椅子,他就离开理发店。 为理发师和顾客各编一段程序描述他们的行为,要求不能带有竞争条件,试用P、V操作实现。 (2)分析 此题可看作是n个生产者和1个消费者问题
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3426525
    • 提供者:陈天龙
  1. pro_con.tar

    0下载:
  2. 使用C语言实现了经典的生产者消费者问题。-Producer and consumer problem implemented in C
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:10240
    • 提供者:gb18030
  1. 10

    0下载:
  2. 此源代码使用的是C语言编写,可以实现操作系统中经典的生产者-消费者问题的验证-This source code is written in C can be achieved in the classic operating system producer- consumer problem verification
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:852
    • 提供者:梦泽天
  1. xiaofeizheshengchanzhe-CSharp

    0下载:
  2. C#写的生产者消费者问题,涉及到进程与线程的操控问题,较为简洁易懂-the problem of producer and consumer written by C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:21191
    • 提供者:李平
  1. p-and-c

    0下载:
  2. 线程管理中的生产者消费者问题,主要是描述线程管理中生产者与消费者在共享资源时是否同步与互斥问题-Producers and consumers in the thread management, describes the thread management of producers and consumers, whether in the shared resource synchronization and mutual exclusion
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:4221
    • 提供者:whillchyis
  1. sem.c

    0下载:
  2. 这是关于操作系统中生产者消费者问题的一段代码,其中生产者和消费者问题是用信号量实现的,临界资源是用数组实现的。-This is a piece of code about the producer-consumer problem in the operating system, where producer and consumer problems are implemented with semaphores, and the critical resource is implemente
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1578
    • 提供者:宗道明
  1. procosumer

    0下载:
  2. 著名的生产者消费者问题多线程实现,建议在linux系统编译运行。(The famous issue: producer and costumer.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:Kayama
« 1 23 4 »
搜珍网 www.dssz.com